home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / mintprgs / mintbash / catalog.asc next >
Text File  |  1995-04-25  |  2KB  |  28 lines

  1. MINTBASH is a port of bash, the GNU Bourne Again shell, to MiNT. It's
  2. essentially equivalent to the BSD version, right down to the (useless, on
  3. the ST) check for new mail.
  4. The following ST specific features should be noted:
  5. (1) Searches for executable programs always consider the current directory
  6. first; this is a bug that I introduced in order to provide feature (2) easily.
  7. (2) Executable files with the "usual" extensions need not have those extensions
  8. added, i.e. if you type 'ls' then bash will look for 'ls', 'ls.ttp', 'ls.prg',
  9. and 'ls.tos' in that order in each directory on your path.
  10. (3) The ".bashrc" file is called "bash.rc" on the ST. Similarly, the .profile
  11. file is called "profile", the ".bash_profile" file is called "bash_pro",
  12. the ".bash_login" file is called "bash_log", and the ".bash_history" file
  13. is called "bash_his".
  14. (4) Only some of the "ulimit" options are supported under MiNT, namely
  15. the -d (malloc'd memory limit), -m (total memory limit), and -t (cpu
  16. time limit) options; note also that -d and -m mean slightly different
  17. things under MiNT than they do under BSD.
  18. (5) There's a bug (?) in the job control feature such that if you run
  19. bash from a program that doesn't know about job control, that program
  20. will be suspended when bash exits. Use "fg" (or whatever) to start
  21. the program again, or else never leave bash (half :-); I'm sure bash
  22. could be used as a replacement for the MiNT init.prg).  Somewhat limited
  23. docs and some online help (in other words if you don't understand BASH
  24. already, you have your work cut out for you--get a UNIX book describing
  25. how it works).  Requires that it be run from MINT 0.6 or higher (see
  26. MINT09B in the UTILITYS catalog).
  27. 162K.
  28.